public void waitForConfirmsOrDie(long timeout)
     throws IOException, InterruptedException, TimeoutException {
   delegate.waitForConfirmsOrDie(timeout);
 }
 public void waitForConfirmsOrDie() throws IOException, InterruptedException {
   delegate.waitForConfirmsOrDie();
 }