protected bool ReadBool(BinaryMemoryReader reader)
 {
     return(reader.ReadBoolean());
 }