public IActionResult Get(long id)
 {
     return(Ok(_environmentService.Get(id)));
 }