/** @see com.eucalyptus.bootstrap.Bootstrapper#destroy() */
 @Override
 public void destroy() throws Exception {
   LOG.debug("Destroying BlockStorage service");
   BlockStorage.stop();
 }
 /** @see com.eucalyptus.bootstrap.Bootstrapper#stop() */
 @Override
 public boolean stop() throws Exception {
   LOG.debug("Stopping BlockStorage");
   BlockStorage.stop();
   return true;
 }