public SetDisarmOnDischargeThresholdCommand(IPacketsProcessor packetsProcessor)
 {
     _packetsProcessor = packetsProcessor;
     _packetsProcessor.SetOnSetDisarmOnDischargeThresholdResponse(OnSetDisarmOnDischargeThresholdResponse);
 }