public IActionResult GetByUuid(string uuid)
 {
     return(Ok(_environmentService.GetByUuid(uuid)));
 }