public async Task <ActionResult> Logout() { await _apiHelper.Logout(); return(RedirectToAction("Index", "Account")); }