public void TestIterationsMethod() { try { TestCases.Execute(); } catch (Exception ex) { LogHelper.ErrorLog(ex, Constants.ClassName.TestIterationsClass, MethodBase.GetCurrentMethod().Name); throw; } }