public void ModelTrackerCollection_ExistingCollection_GetEnumerator_ReturnsEnumerator()
 {
     Assert.IsNotNull(Existing.GetEnumerator());
 }