public Entry(KeyHashTag hashTag, int index, int length) : base(hashTag, index, length) { }
protected bool Equals(KeyHashTag other) { return(Equals(Key, other.Key) && Notation == other.Notation); }