public NSQ(String hostname, Int32 port) : this() { _lookupClient = new NSQLookup(hostname, port); }
public NSQ(String hostname) : this() { _lookupClient = new NSQLookup(hostname); }