public PendingUpdate(string packageId, PendingUpdateType type) { PackageId = packageId; Type = type; }