(): void => {
                    callback(_ids.map((id) => this.store.get(id)?.value) as T[]);
                },