Sets the lazy flag of this service.
$this
public function setLazy(bool $lazy) : static { $this->changes['lazy'] = true; $this->lazy = $lazy; return $this; }