public void OnAuthenticationChallenge(AuthenticationChallengeContext filterContext)
 {
     _wrappedFilter.OnAuthenticationChallenge(filterContext);
 }