public IActionResult GetCamera(int id) => Ok(cameraRepository.GetCamera(id).Result);