factory CreateThesaurusResponse.fromJson(Map<String, dynamic> json) { return CreateThesaurusResponse( id: json['Id'] as String?, ); }