[x] Add maximum allowed ancestry level when parsing children.
[x] Fix test TODOs.
[x] Run experiments without the lock guarding and check speed, so we'd observe if there's a noticeable overhead because of this when dealing with hundreds of elements to parse. (possibility to disable its protection when callbacks are disabled as well, thing which may optimize the run)
Closes #13
Taking advantage of this main issue in order to also revamp the entire package and inline it with what we have in
rpaframework
. (https://github.com/robocorp/java-access-bridge-wrapper/pull/15)ToDo