static void Main(string[] args) { var myDeck = new Deck(); myDeck.Deal(); myDeck.Shuffle(); myDeck.PrintShoe(); }