void Apply(PlayerInvited e) { _invitedPlayers.Add(e.InvitationToken, new Player(e.PlayerId, e.PlayerName)); }