public void basicAck(long deliveryTag, boolean multiple) throws IOException {
   delegate.basicAck(deliveryTag, multiple);
 }