class TestMe : IDisposable
throw new NotImplementedException("I'm not yet ready.");
public static void Main()
using(TestMe testMe = new TestMe())
Console.WriteLine("You can't see me.");
Console.WriteLine("Caught exception: {0}", ex.Message);
Console.WriteLine("Can you see me now?");