public void RunStrategy()
 {
     Assert.Ignore();
     try
     {
         strategyBaseTest.RunStrategy();
     }
     catch (Exception ex)
     {
         log.Error("Setup error.", ex);
         throw;
     }
 }