id = $id; $this->result = $result; } public function getId(): string { return $this->id; } public function getAwaitable(): Awaitable { return new Success($this->result); } }