public virtual async Task<IActionResult> Index() { var res = await _userManager.GetUserAsync(HttpContext.User); return View(); }