public override bool AllowsScopes(IEnumerable <string> scopes) { return(Evaluators.All(permissions => permissions.AllowsScopes(scopes))); }