public function getAll(int $serviceId): ChannelCollection
    {
        $cacheKey = $this->createCacheKeyFromArray(['all', $serviceId]);

        // From cache?