factory ECSService.fromJson(Map<String, dynamic> json) { return ECSService( clusterName: json['clusterName'] as String?, serviceName: json['serviceName'] as String?, ); }