public void SendInterrupt(InterruptTypes interruptType) { var nextState = ActiveState.Interrupt(interruptType); SetState(nextState); }