public void AddPlayer(Player player)
 {
     PlayerQueue.AddPlayerToQueue(player, _hostingEnvironment);
 }