factory DeleteEvaluationOutput.fromJson(Map<String, dynamic> json) { return DeleteEvaluationOutput( evaluationId: json['EvaluationId'] as String?, ); }