factory ExcludedRule.fromJson(Map<String, dynamic> json) { return ExcludedRule( ruleId: json['RuleId'] as String, ); }