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