public firePreSearch(context: Xrm.Events.EventContext): void {
        for (const handler of this.preSearchHandlers) {
            handler(context);
        }
    }