namespace InnovEnergy.Lib.Units.Power; public abstract class Power : Unit { protected Power(Double value) : base(value) { } }