public async Task <IActionResult> Logout() { await _memberClient.Logout(); return(RedirectToAction("Login")); }