using InnovEnergy.Lib.Units.Composite;
namespace InnovEnergy.Lib.StatusApi.Connections;
public interface IAc1Connection
{
Ac1Bus Ac { get; }
}