public override bool IsValidForRequest(RouteContext routeContext, ActionDescriptor action) { return(action.MatchesNamespaceInRoute(routeContext)); }