internal void ClearCommandTimer()
 {
     if (commandTimer != null)
     {
         commandTimer.Dispose();
         commandTimer = null;
     }
 }