interface WatchChannel
Watches the given channel and returns a ChannelController
abstract operator fun invoke(cid: String, messageLimit: Int): Call2<ChannelController>
class WatchChannelImpl : WatchChannel