public async Task <IActionResult> Detail() { return(ActionResult(await _userQuery.DetailAsync(Identity.Id))); }