public static void Main() { PipeDemo.Go().Wait(); AsyncFuncCodeTransformation.Go(); TaskLogger.Go().Wait(); EventAwaiterDemo.Go(); Features.Go(); GuiDeadlockWindow.Go(); Cancellation.Go().Wait(); ThreadIO.Go(); var s = AwaitWebClient(new Uri("http://Wintellect.com/")).Result; }