internal static DynCon.OSI.VSO.ReSTClient.RestCalls.BuildRestCalls GetInstance([CallerMemberName] string callerName = "")
        {
            var instance = new DynCon.OSI.VSO.ReSTClient.RestCalls.BuildRestCalls();

            InstanceFactory(ref instance, callerName);
            return(instance);
        }
 partial void GetHashCode_PostValidate(DynCon.OSI.VSO.ReSTClient.RestCalls.BuildRestCalls instance, System.Int32 _retVal);
 partial void GetHashCode_PreCondition(DynCon.OSI.VSO.ReSTClient.RestCalls.BuildRestCalls instance);
 partial void Equals_PostValidate(DynCon.OSI.VSO.ReSTClient.RestCalls.BuildRestCalls instance, System.Object obj, System.Boolean _retVal);
 partial void Equals_PreCondition(DynCon.OSI.VSO.ReSTClient.RestCalls.BuildRestCalls instance, ref System.Object obj);
 partial void ToString_PostValidate(DynCon.OSI.VSO.ReSTClient.RestCalls.BuildRestCalls instance, System.String _retVal);
 partial void ToString_PreCondition(DynCon.OSI.VSO.ReSTClient.RestCalls.BuildRestCalls instance);
 static partial void InstanceFactory(ref DynCon.OSI.VSO.ReSTClient.RestCalls.BuildRestCalls instance, [CallerMemberName] string callerName = "");
 partial void GetType_PostValidate(DynCon.OSI.VSO.ReSTClient.RestCalls.BuildRestCalls instance, System.Type _retVal);