public Downloader Handle(FileVersionDownloadSource downloadSource) => new FileDownloader(downloadSource);
public FileDownloader(FileVersionDownloadSource fileVersionDownloadSource) { _fileVersionDownloadSource = fileVersionDownloadSource; }