public void Compress() { Console.WriteLine("Compression called"); pump_.PumpStart(Direction.Forward); LED_Green_.On(); VibratingDevice_.On(); timer_.CompressTimer(); pump_.PumpStop(); LED_Green_.Off(); Console.WriteLine("Compression Done"); VibratingDevice_.Off(); }