private void Clear()
 {
     _stream.Dispose();
     _stream     = null;
     _packetType = null;
     _header     = null;
 }