factory DeleteInsightResponse.fromJson(Map<String, dynamic> json) { return DeleteInsightResponse( insightArn: json['InsightArn'] as String, ); }