public GetDisarmOnDischargeThresholdCommand(IPacketsProcessor packetsProcessor)
 {
     _packetsProcessor = packetsProcessor;
     _packetsProcessor.SetOnGetDisarmOnDischargeThresholdResponse(OnGetDisarmOnDischargeThresholdResponse);
 }