static partial void RealInstanceFactory(ref ITfsRequestChannelFactory real, string callerName)
 {
     real = new TemporaryMock();
 }
 static partial void RealInstanceFactory(ref TfsMessageHeader real, string callerName)
 {
     real = new TemporaryMock();
 }