Future<void> startDownload(String assetId, String accessToken) { return _downloadManagerApi.startDownload(assetId, accessToken); }