public PackageObtainerImpl(string user, string password, IPackageCacher cacher) { this.user = user; this.password = password; this.cacher = cacher; }