public string DownloadFile(RequestTokenModel model, string fileId)
 {
     return(_service.GetLinkToDownloadFile(model.Token, fileId).Result);
 }