void initialize(String botToken, String chatId) { _telegramBotSender = TelegramBotSender(botToken: botToken, chatId: chatId); }