recipient = new SmsRecipient($recipient); return $this; } public function deliverMessage(string $title, string $message): array { throw new \Exception('Not implemented'); } public function isConfigured(): bool { return false; } }