factory StartWorkflowRunResponse.fromJson(Map<String, dynamic> json) { return StartWorkflowRunResponse( runId: json['RunId'] as String?, ); }