public bool MatchesAll(T target) { return(Includes.MatchesAll(target) && Excludes.DoesNotMatchAny(target)); }