protected ushort ReadUShort(BinaryMemoryReader reader)
 {
     return(reader.ReadUInt16());
 }