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