public void LogDownloadCompleted(QueuedDownload download, string status)
 {
     Statistics.Add(DownloadStatisticItem.CreateDownloadCompletedEven(LoggedUser.LoggedUser, ApplicationSettings.ServerUrl.DownloadPath(download), download, status));
 }
 public void LogDownloadEnd(QueuedDownload download)
 {
     Statistics.Add(DownloadStatisticItem.CreateDownloadEndEven(LoggedUser.LoggedUser, ApplicationSettings.ServerUrl.DownloadPath(download), download));
 }