public HttpConsumerContext port(int port) { super.port(port); return this; }
public HttpConsumerContext host(String host) { super.host(host); return this; }