/// <summary>
 /// Stop the underlying timer.
 /// </summary>
 void StopTimerExecute()
 {
     _timer.Stop();
 }