public static void Main( string[] args) { MacTest test = new MacTest(); ITestResult result = test.Perform(); Console.WriteLine(result); }