public Node GetValue(string key)
        {
            int pos = hastValue.GetPosition(key, mod);

            return(chain.GetValue(key, pos));
        }