public PokerCombinationChecker SuccessiveHand(PokerCombinationChecker pokerCombination)
        {
            this.SuccessiveCombinationChecker = pokerCombination;

            return(this);
        }
        public PokerCombinationChecker SuccessiveHand(PokerCombinationChecker pokerCombination)
        {
            this.SuccessiveCombinationChecker = pokerCombination;

            return this;
        }