namespace InnovEnergy.Lib.StatusApi; public interface IDeviceRecord { S Status { get; } C Control { get; } }