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