public FileDownloadItem(FileId fileId, FileType fileType, string path)
 {
     Id       = fileId;
     Type     = fileType;
     FilePath = path;
 }