internal ObjectId(UInt64 id, ObjectTagger tagger) { Id = id; _Tagger = tagger; }
internal ObjectId(ObjectTagger tagger) : this(0, tagger) { }