// Ignore the response as either a valid response object is returned on success
// or an exception thrown to denote some form of a failure
// submit the application
LaunchedApplication launchedApplication = amLauncher.submitApplication();
return launchedApplication;
}
/**