protected RuleActionHandler(RuleEventFormatter formatter) { Guard.NotNull(formatter); this.formatter = formatter; }