@Override
 public Expect sendBytes(byte[] bytes) throws IOException {
   return delegate.sendBytes(bytes);
 }