public SortedList <long, VectorNode> GetIndex(ulong collectionId) { return(_index.GetOrCreateIndex(collectionId)); }
protected SortedList <uint, VectorNode> GetIndex(ulong collectionId) { return(_index.GetOrCreateIndex(collectionId)); }