public async Task <IActionResult> OnPostDisconnectAsync() { _telegramService.Disconnect(); return(RedirectToPage()); }