public GetEndingToneDurationCommand(IPacketsProcessor packetsProcessor)
 {
     _packetsProcessor = packetsProcessor ?? throw new ArgumentNullException(nameof(packetsProcessor));
     _packetsProcessor.SetOnGetEndingToneDurationResponse(OnGetEndingToneDurationResponse);
 }