factory GetExecutionRequest.fromJson(Map<String, dynamic> json) { return GetExecutionRequest(name: json['name'] ?? ''); }