public AppointmentsController(Services.Calendar calendar, AppointmentsContext context, Services.TelegramBotService botService)
        {
            _calendar = calendar;

            _dbContext = context;

            _botService = botService;
        }
 public TelegramController(Services.TelegramBotService botService)
 {
     _botService = botService;
 }