if let url = mediaInfo["CurrentURI"], let service = try MusicService.map(url: url) {
            return (url, service)
        }