private bool InstallablePackageExists() { using (var updater = new AppUpdater()) { return(updater.InstallablePackageExists()); } }