public ClientChannelHandlerAdapter(NettyClientBootstrap <TMessage> bootstrap)
 {
     this._bootstrap = bootstrap;
 }
 public ClientChannelHandlerAdapter(NettyClientBootstrap <TMessage> bootstrap, ILoggerFactory factory)
 {
     this._bootstrap = bootstrap;
     Logger          = factory.CreateLogger(this.GetType());
 }