public Task StopAsync(CancellationToken cancellationToken)
 {
     return(_mqttService.StopAsync());
 }