public async Task <Client> FindUserByIdAsync(int id) { return(await _userManager.FindByIdAsync(id)); }