private void DownloadFile(SongEntity song) { hud.ShowInfo("Downloading file..."); fileManager.DownloadFile(song.songName); }