/// <summary>Insert an object to the referenced collection.</summary> void ICollectionRef <T> .Insert(T obj) => ToSave.Add(obj);
public void Add(T obj) => ToSave.Add(obj);