internal ChannelContainer(ServerConnection creatorsCurrentConnection) : base(creatorsCurrentConnection) { channelList = new ChannelListContainer(creatorsCurrentConnection); }