public void DeleteFeatureTest() { AddFeature(); _ = featureService.DeleteItem(FeatureList[0]); Assert.AreEqual(0, FeatureList.Count); }