Remote object has been renamed. => Rename the corresponding local object.
Inheritance: AbstractEnhancedSolver
 private void SetUpMocks() {
     this.session = new Mock<ISession>();
     this.session.SetupTypeSystem();
     this.storage = new Mock<IMetaDataStorage>();
     this.underTest = new RemoteObjectRenamed(this.session.Object, this.storage.Object);
 }