static Concepts newConceptsWithClassFinder(S progID) { Concepts cc = new(progID); cc.classFinder = _defaultClassFinder(); ret cc; }