protected uint ReadUInt(BinaryMemoryReader reader)
 {
     return(reader.ReadUInt32());
 }