public void ProcessState(Hand hand)
 {
     scp.ProcessStateChange(hand);
     sep.ProcessState(scp.CurrentState.Get(), hand);
 }