async start(): Promise<void> {
        try {
            await this._reactor.start();
        } catch (e) {
            console.error(e);