void send(String destination, String body) { _tcpClient.add(ClientFrame.send(destination, body).toBytes()); }