public void StopRecognition() { IsRunning = false; if (_sre == null) { return; } _sre.RecognizeAsyncCancel(); }