public PreparedDownload(Download download) { this.Item = download; this.state = DownloadState.Idle; this.Statistics = new DownloadStatistics(); }