public Session(Room room, User user, Edition edition) { this.Room = room; this.User = user; this.Edition = edition; }