using System; namespace OpenTap.Package { interface IPackageDownloadProgress { Action OnProgressUpdate { get; set; } } }