public void publish(String msg) { _pubsub.publish(msg); }
public void subscribe(ResultStream<String> result) { _pubsub.subscribe(result); }