public EtlMatchRule(string regex, EtlMatchResult result) { this.Regex = regex; this.Result = result; }