public void InitializeGame()
 {
     Players.ForEach(p => p.CardStrength = PokerService.DetermineCardStrength(p.Hand));
 }