public static IEnumerable <Type> FindAll <TConvention>() where TConvention : Convention { return(conventions.FindAll <TConvention>()); }