factory ConversationRetentionSettings.fromJson(Map<String, dynamic> json) { return ConversationRetentionSettings( retentionDays: json['RetentionDays'] as int?, ); }