public static ConventionBase <IType, IIdExtractor> IdByPublicMethod( this ConventionBuilder <IType, IIdExtractor> source, Func <IMethod, bool> filter ) => source.IdByPublicMethod(filter, e => e);