public AMQP.Basic.RecoverOk basicRecover(boolean requeue) throws IOException {
   return delegate.basicRecover(requeue);
 }
 public AMQP.Basic.RecoverOk basicRecover() throws IOException {
   return delegate.basicRecover();
 }