find($id); if ($instance) { return $instance; } throw new EntityNotFoundException($type, $id); } }