public function getMessage(string $name = 'message') : ?string { return $this->messages[$name] ?? null; }