factory StartTaskContactResponse.fromJson(Map<String, dynamic> json) { return StartTaskContactResponse( contactId: json['ContactId'] as String?, ); }