internal void Read(IBitReader reader)
 {
     reader.PushFrameLength(24);
     reader.ReadBytes(this._Unknown1);
     this._Unknown2 = reader.ReadUInt8();
     this._Unknown3 = reader.ReadUInt8();
     this._Unknown4 = reader.ReadFunkyValue();
     reader.PopFrameLength();
 }