public static void Main(string[] args)
 {
     foreach (ITest test in tests)
     {
         SimpleTest.RunTest(test);
     }
 }