getMessage('INFO', $message); } public function getErrorMessage(string $message): string { return $this->getMessage('ERROR', $message); } }