@Override
 public void removeLink(String name) {
   if (links.remove(name) != null) {
     modelRegistry.remove(getPath().child(name));
   }
 }