internal static FieldWrapper GetInstance()
        {
            Field real = default(Field);

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

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