protected virtual IEnumerable<Claim> CreateResourceOwnerClaims(ClaimsPrincipal resourceOwner)
 {
     return resourceOwner.FilterInternalClaims();
 }