public string ReadStringIntByte() { var length = ReadInt32() - 1; Data.ReadByte(); return ReadString(length); }