public void HasElementAtPathShouldThrowException() { var tree = new ItemTree(); var hasElement = tree.HasElementAtPath(""); }