public void OnAuthentication(AuthenticationContext filterContext)
 {
     _wrappedFilter.OnAuthentication(filterContext);
 }