public void Execute() { _timeService.AddTimedEvent(_typingRaceInstance.UpdateTypingSpeed); _timeService.AddTimedEvent(_typingRaceInstance.TrySetToGameOverState); _timeService.EnableEventDispatching(); _timeService.RestartGameTimer(); }