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