emitter.on(WANT_LOAD, (id) => {
        if (prebuilts[id]) {
            emitter.emit(LOAD, prebuilts[id]);
        }
    });