void Stop(Object source, System.Timers.ElapsedEventArgs e)
 {
     Console.WriteLine("SubCompressionCtrl::Stop() called");
     _pump.Stop();
     _compressIndicator.Off();
     _decompressIndicator.Off();
     _vibrationMotor.Off();
 }