protected virtual void OnGeneralVerboseOutputPrinted(SearchEventArgs e) { GeneralVerboseOutputPrinted?.Invoke(this, e); }
protected virtual void OnSearchNodeProcessed(SearchEventArgs e) { SearchNodeProcessed?.Invoke(this, e); }