using InnovEnergy.Lib.Units.Composite; namespace InnovEnergy.Lib.StatusApi.Connections; public interface IAc3Connection { Ac1Phase Ac3 { get; } }