/** Proxy to {@link IOContext#registerTimer(String, Date)} . */
 public void registerTimer(TimerResponseChannel timerChannel, Date future) {
   _brc.registerTimer(timerChannel.export(), future);
 }