public static void Main()
var s = new StringWriter();
var p2 = new Program() {Barf = true};
public bool Barf { get; set; }
System.Console.WriteLine(ToString() + ".Dispose(): I’m feeling a little sick :-/.");
throw new ApplicationException("lunch");
System.Console.WriteLine(ToString() + ".Dispose()");