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