## Descriprion: After inserting two elements: * `key = key1 & value = null` * `key = key2 & value = null` When trying to find an element by `key1` an exception is thrown: `Value doesn't exist in the tree` Expected: `null`