Пример #1
0
 internal static async Task Main(string[] args)
 {
     //BenchmarkRunner.Run<HttpServiceTest>();
     //Console.Read();
     await ExcuteResult.ExcuteAsync(async() => await HttpServiceRawTest.RawTest(500).DonotCapture())
     .Error(e => Console.WriteLine(e));
 }