@Override
 public Set<PathElement> getChildAddresses(PathAddress address) {
   return deployments.getChildAddresses(address);
 }