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