public bool Update(StreamPacket packet)
 {
     if (_decoder != null)
     {
         return(_decoder.Update(packet));
     }
     Console.WriteLine("_decoder == NULL!");
     return(false);
 }