public ArchiveDownloadEventArgs(ReleaseInfo releaseInfo, ArchiveDownloadStatus status) { this.ReleaseInfo = releaseInfo; this.Status = status; }