internal static SortFieldListWrapper GetInstance()
        {
            SortFieldList real = default(SortFieldList);

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

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