@Override
 public Expect send(String string) throws IOException {
   return delegate.send(string);
 }