public Task SetEmailAsync(TUser user, string email) { return(_userStore.SetEmailAsync(Mapper.Map <IdentityUser>(user), email)); }