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