static void Main(string[] args)
        {
            var tester = new ExceptionTester();

            tester.Run();
        }