private void Shutdown() { Console.WriteLine("Attempting to stop timer"); timer.Stop(); }
public void TearDown() { classUnderTest.Stop(); }