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