public void DeleteAirport() { var s = new AirportService(new TestStorageService()); s.Delete("BLL"); Assert.AreEqual <int>(2, s.Get().Count); }