public ActionResult <CloudStorage> Get(int id)
 {
     return(Ok(_cloudStorageService.Get(id)));
 }