public void ModelTrackerCollection_ExistingCollection_ClearCollection_CollectionEmpty() { Existing.Clear(); Assert.IsTrue(Existing.Count == 0); }