public PolymorphismSchemaFilter(TypesPasser types)
 {
     _types        = types.Types;
     _derivedTypes = new Lazy <HashSet <Type> >(Init);
 }
 internal PolymorphismDocumentFilter(TypesPasser types)
 {
     _types = types.Types;
 }