TODO: Add subscribe method
Channel subscribe({String? channelName}) { channelName ??= 'default'; return Channel(channelName); }