@internal
private function getProphet() : Prophet { if ($this->prophet === null) { $this->prophet = new Prophet(); } return $this->prophet; }