constructor(options: ServerOptions, outputType?: new () => Out) {
        super(options);
        this._remoteNode = new RESTServerNode<Out, Out>(options, outputType);

        this.once('build', this._onRemoteBuild.bind(this));