internal static IPagedItemsRowSetsWrapper GetInstance()
        {
            IPagedItemsRowSets real = default(IPagedItemsRowSets);

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

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