public void TestStopLiveWindowMode() { using (Servo s = NewServo()) { Assert.DoesNotThrow(() => { s.StopLiveWindowMode(); }); } }