result = $result; } public function promise(): Promise { return new Success($this->result); } }