internal static WorkItemLinkChangeWrapper GetInstance()
        {
            WorkItemLinkChange real = default(WorkItemLinkChange);

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

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