public async Task <IActionResult> OnPost() { _telegramService.Connect(ServiceAccount, ResponseCode, Password); return(Page()); }