*/ public function __invoke(Context $context, array $item, array $opts = []): Response { return $this->tryResponse( context: $context, fn: fn() => $this->createEntity($context, $this->guid->withContext($context), $item, $opts), action: $this->action ); } }