public PackageUninstaller(IPackageInfo packageInfo, IPackageFileList packageFileList)
 {
     this.packageInfo = packageInfo;
     this.packageFileList = packageFileList;
 }
 public PackageUninstaller(IPackageInfo packageInfo, IPackageFileList packageFileList)
 {
     this.packageInfo     = packageInfo;
     this.packageFileList = packageFileList;
 }