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