private void CheckAllHandsCards() { player.ShowAllCards(); aiPlayer.ShowAllCards(); Console.WriteLine($"You have {player.Points}. AI has {aiPlayer.Points}"); }