public static ExecutionVenueNioServer createServer(
      String host, int port, byte serverVersion, TlsNioConfig cfg) {
    cfg.setListenAddress(host);
    cfg.setListenPort(port);

    return createServer(serverVersion, cfg);
  }