public void Setup(BMSBytePool bufferPool, int id)
 {
     _bufferPool   = bufferPool;
     MessageBuffer = _bufferPool.Get(1024);
     Id            = id;
 }