@Override
 public boolean confirm(Exchange exchange, String key) {
   exchanges.add(exchange.getExchangeId());
   return delegate.confirm(key);
 }