service = $service; } /** * @throws Error * @throws NoSmtp */ public function run(Data $data): void { $this->service->send($data->getRaw()); } }