public void GetElementAtPathShouldThrowException() { var tree = new ItemTree(); var element = tree.GetElementAtPath(""); }