public ScanAlert(ScanAlertOptions AlertType, string AlertName, FileTrace Trace) { _alertType = AlertType; _alertName = AlertName; _trace = Trace; }