protected MockNode removeRoot(String name) {
   return root.remove(name);
 }