public void TestMain()
 {
     // Main() will throw an exception on failure
     QuickStart.Main(new string[] { });
     Assert.True(true);
 }