public InlineCollection(IGraphEntityInternal parent, string name) : this()
 {
     _parent = parent;
     _name   = name;
 }