public void givenTrump(Trump trump) {
   givenDeal();
   deal.setTrump(trump);
 }