public static void End()
 {
     _app.Kill();
     _app = null;
     TestEnvironment.CleanupFiles();
 }