account = $account; } /** * @return Account */ public function getAccount(): Account { return $this->account; } }