public void DeleteFile(RequestTokenModel model, string fileId)
 {
     var json = _service.DeleteFile(model.Token, fileId).Result;
 }