internal static WorkItemTypeCollectionWrapper GetInstance()
        {
            WorkItemTypeCollection real = default(WorkItemTypeCollection);

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

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