public ErrorAlertHandler(AlertRule rule, Notification notification) : base(rule, notification) { }
public AlertHandler(AlertRule rule, Notification notification) { this.rule = rule; this.notification = notification; }