internal ClassNestedSealedClassWithReflection(IInternalTypeWithReflection declaringType, Type type)
 {
     nestedClass = new NestedSealedClassWithReflection(declaringType, type);
 }
 internal StructNestedSealedClassWithReflection(ITypeWithReflection declaringType, Type type)
 {
     nestedClass = new NestedSealedClassWithReflection(declaringType, type);
 }