internal static LocationMappingWrapper GetInstance()
        {
            LocationMapping real = default(LocationMapping);

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

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