internal static TfsClientCredentialsWrapper GetInstance()
        {
            var real = new TfsClientCredentials();

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

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