IdentityObjectBuilder({ String? id, String? comment, String? email, String? name, }) : _id = id, _comment = comment, _email = email, _name = name;