internal static ProjectWrapper GetInstance()
        {
            Project real = default(Project);

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

            InstanceFactory(ref instance);
            if (instance == null)
            {
                Assert.Inconclusive("Could not Create Test Instance");
            }
            return(instance);
        }