dncReasonHelper->toText($reasonId); } catch (UnknownDncReasonException $e) { return $e->getMessage(); } } public function getChannelLabel(string $channel): string { return $this->channelListHelper->getChannelLabel($channel); } }