@Override
 public void send(KMessage msg) {
   _localEventListeners.dispatch(msg);
   WebSockets.sendText(msg.json(), _client.getChannel(), null);
 }