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