public IActionResult GetContainerById(int id) { var container = _machineService.GetContainerById(id); return(Ok(container)); }