public static void Setup(TestContext context)
 {
     AppManager.StartApp();
 }
 public static void TestCleanup()
 {
     AppManager.StopApp();
 }