public void SecondFunction()
 {
     log.Debug("SecondFunction");
     TestClass2 tc2 = new TestClass2();
     tc2.ThirdFunction();
 }