public void ModelTrackerCollection_ExistingCollection_UpdateModel_ModelUpdated()
        {
            var ex = Existing.First();

            ex.Data = "new data";
            Existing.Update(ex.Id, ex);
        }