static void Main() => CsvHelperTester.Run().Wait();
static void Main() { using (var stopwatchViewer = new StopwatchViewer()) 1000.Times(() => CsvHelperTester.Run().Wait()); }