public BotController(ITelegramBotClient botClient, ITelegramCommandFactory commandFactory)
 {
     _botClient      = botClient;
     _commandFactory = commandFactory;
 }
        //----------------------------------------------------------------//

        public DailyCaseController(ITelegramBotClient botClient, ITelegramCommandFactory commandFactory)
        {
            _botClient      = botClient;
            _commandFactory = commandFactory;
            _provider       = HttpContext.RequestServices;
        }