message = $message; $this->validator = new OkValidator(); } public function getMessage(): string { return $this->message; } public function getOkStatus(): array { return ['ok' => $this->getMessage()]; } }