@Override
 public <R extends Result> R expectIn(int input, long timeoutMs, Matcher<R> matcher)
     throws IOException {
   return delegate.expectIn(input, timeoutMs, matcher);
 }