public bool Delete(Guid id)
 {
     return(fileStorageHelper.DeleteFilePrefixed(configuration.Share, configuration.Folder, id.ToString()));
 }