private void plugin_OnNotify(TextSearchEventArg args) {
     _notificationHandlers[args.TextSearchStatus].Perform(args);
 }
 private void testPlugin_OnNotify(TextSearchEventArg args) {
     _textSearchEventArgs.Add(args);
 }