public override void ChannelActive(IChannelHandlerContext context)
 {
     _listener.OnSessionStart(context.Channel.Id.AsLongText());
 }