public BusinessRuleException(BusinessRule rule)
     : this(rule, rule.ToString())
 {
 }