/** {@inheritDoc} */
 @Override
 public void updateDurableSubscriptions(Map<String, String> subscriptions) throws AndesException {
   try {
     wrappedAndesContextStoreInstance.updateDurableSubscriptions(subscriptions);
   } catch (AndesStoreUnavailableException exception) {
     notifyFailures(exception);
     throw exception;
   }
 }