void IHandRankHandler.RegisterNext(IHandRankHandler nextHandler)
 {
     throw new InvalidOperationException("End of the chain must be end of the chain.");
 }
 void IHandRankHandler.RegisterNext(IHandRankHandler nextHandler)
 {
     m_NextHandler = nextHandler;
 }