public Hand nextHand() { return(strategy.NextHand()); }
public Hand NextHand() { return(_strategy.NextHand()); }