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