public Dealer(PokerTable pokerTable, CardDeck cardDeck) { _pokerTable = pokerTable; _cardDeck = cardDeck; }