public GACFileFinder(IGACFileReceiver target, Dispatcher dispatcher, CancellationToken cancellationToken) { this.target = target; this.dispatcher = dispatcher; this.cancellationToken = cancellationToken; }