pub async fn download_file_to_path(
    stack: &Stack,
    file: File,
    config: ChunkDownloadConfig,
    path: &Path
) -> BuckyResult<Box<dyn DownloadTaskControl>>