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