protected long ReadLong(BinaryMemoryReader reader)
 {
     return(reader.ReadInt64());
 }