using InnovEnergy.Lib.StatusApi.Connections; namespace InnovEnergy.Lib.StatusApi.Devices; public abstract record ThreePhasePvInverter ( ThreePhaseAcConnection Ac, IReadOnlyList Strings ) : ThreePhaseAcDevice(Ac), IPvCoupledDevice;