/** Binds the specified {@link Service} under the specified directory.. */
 protected T serviceUnder(String pathPrefix, Service service) {
   return service(CompositeServiceEntry.ofPrefix(pathPrefix, service));
 }