Check if a channel is a service channel
static bool isServiceChannel(String channel) { return channel.startsWith('/service/'); }