public Task UpdateAsync(TUser user) { return(_userStore.UpdateAsync(Mapper.Map <IdentityUser>(user))); }