internal static RowSetCollectionWrapper GetInstance()
 {
     RowSetCollection real = default(RowSetCollection);
     RealInstanceFactory(ref real);
     var instance = (RowSetCollectionWrapper) RowSetCollectionWrapper.GetWrapper(real);
     InstanceFactory(ref instance);
     if (instance == null) Assert.Inconclusive("Could not Create Test Instance");
     return instance;
 }
 static partial void InstanceFactory(ref RowSetCollectionWrapper instance, [CallerMemberName] string callerName = "");