public function __invoke(string $id) : mixed { return isset($this->factories[$id]) ? $this->get($id) : null; }