internal static StoredQueryCollectionWrapper GetInstance()
        {
            StoredQueryCollection real = default(StoredQueryCollection);

            RealInstanceFactory(ref real);
            var instance = (StoredQueryCollectionWrapper)StoredQueryCollectionWrapper.GetWrapper(real);

            InstanceFactory(ref instance);
            if (instance == null)
            {
                Assert.Inconclusive("Could not Create Test Instance");
            }
            return(instance);
        }
 static partial void InstanceFactory(ref StoredQueryCollectionWrapper instance, [CallerMemberName] string callerName = "");