/** {@inheritDoc} */
 @Override
 public void removePublisherNodeId(String nodeId) throws AndesException {
   try {
     wrappedAndesContextStoreInstance.removePublisherNodeId(nodeId);
   } catch (AndesStoreUnavailableException exception) {
     notifyFailures(exception);
     throw exception;
   }
 }