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