public DeviceMethodController(IDeviceLogic deviceLogic, ICommandParameterTypeLogic commandParameterTypeLogic)
 {
     _deviceLogic = deviceLogic;
     _commandParameterTypeLogic = commandParameterTypeLogic;
 }
 public DeviceCommandController(IDeviceLogic deviceLogic, ICommandParameterTypeLogic commandParameterTypeLogic)
 {
     _deviceLogic = deviceLogic;
     _commandParameterTypeLogic = commandParameterTypeLogic;
 }