public RoomService(HeatingContext ctx) { _ctx = ctx; }
public LogService(HeatingContext ctx) { _ctx = ctx; }
public DeviceService(HeatingContext ctx) { _ctx = ctx; }