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