protected override async Task ExecuteAsync(CancellationToken stoppingToken)
 {
     await _service.ExecuteAsync(stoppingToken);
 }