Map<String, dynamic> toJson() => { 'tenantId': tenantId, 'name': name, 'config': config, 'createdAt': createdAt.toIso8601String(), };