public void TearDown()
 {
     _app.ApplicationExit(fileSave: false, numberOfAttempts: 60, intervalBetweenAttempts: 1000); // Called explicitly to handle applications started in a separate process.
     _app.Dispose();
 }