Local object deleted remote object deleted.
Inheritance: AbstractEnhancedSolver
 public void SetUp() {
     this.storage = new Mock<IMetaDataStorage>();
     this.session = new Mock<ISession>();
     this.session.SetupTypeSystem();
     this.underTest = new LocalObjectDeletedRemoteObjectDeleted(this.session.Object, this.storage.Object);
 }