public Task <FileDownloadInfoModel> GetDownloadInfoAsync(Guid id) { return(_service.GetDownloadInfoAsync(id)); }