static MercuryClient client(String address, int port) { return MercuryClient(ClientChannel(address, port: port)); }