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