public ActionResult Update([FromBody] CloudStorage cloudStorage)
 {
     return(Ok(_cloudStorageService.Update(cloudStorage)));
 }