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