/// <summary> /// Triggers the state machine to go to the previously executed state /// </summary> public void GoToPreviousState() { _fsm.GoToPreviousState(); }