using InnovEnergy.Lib.Units.Composite; namespace InnovEnergy.Lib.StatusApi.Connections; public interface IPvConnection { IReadOnlyList Strings { get; } } public interface IPvConnection where T : IReadOnlyList { T Strings { get; } }