/// <summary>Remove objects that matches the given ids.</summary> void ICollectionRef <T> .Remove(IList <Guid> ids) => ToRemove = ToRemove.Concat(ids).ToList();