private void Hit(Hand hand) { Card card = shoe.GetNextCard(); hand.AddCard(card); counter.CountCard(card); }