public PackageCatalogWrapper()
 {
     //Opens the catalog of packages that is available for the current user.
     _packageCatalog = PackageCatalog.OpenForCurrentUser();
 }