@Override
 public void onOpen(WsOutbound outbound) {
   log.debug("onOpen");
   this.outbound = outbound;
   owner.open();
 }