Local object has been renamed. => Rename the corresponding object on the server.
Inheritance: AbstractEnhancedSolver
 public void SetUp() {
     this.storage = new Mock<IMetaDataStorage>();
     this.session = new Mock<ISession>();
     this.session.SetupTypeSystem();
     this.underTest = new LocalObjectRenamed(this.session.Object, this.storage.Object);
 }