public void should_ignore_requests_to_stop_if_buzzer_not_started() { using (var device = new Device()) { device.Open(); device.StopBuzzer(); } }