const mergeFunction = _.debounce((): void => {
            callback(_id.map((id) => this.store.get(id)?.value) as T[]);
        }, 100);