public ActionResult Get(Guid id)
 {
     return(Ok(_appService.GetRestauranteById(id)));
 }