A Local object has been deleted. => Delete the corresponding object on the server, if possible
Inheritance: AbstractEnhancedSolver
 public void SetUp() {
     this.session = new Mock<ISession>();
     this.session.SetupTypeSystem();
     this.storage = new Mock<IMetaDataStorage>(MockBehavior.Strict);
     this.underTest = new LocalObjectDeleted(this.session.Object, this.storage.Object);
 }