/** Shuts down the service. */
 protected boolean shutdown() {
   return service.shutdown();
 }