public bool IsMatch(TypePair typePair) { return(Conventions.All(c => c(typePair))); }
public bool IsMatch(ResolutionContext context) { return(Conventions.All(c => c(context))); }