Server.http.server.on('listening', function () {
            const addr = this.address();
            logger.lognotice(`Listening on ${endpoint(addr)}`);
            cb();
        });