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