namespace InnovEnergy.Lib.Units.Composite; #pragma warning disable CS8618 public class AcPhase : Bus { public AcPower Power { get; internal init; } }