protected ulong ReadULong(BinaryMemoryReader reader)
 {
     return(reader.ReadUInt64());
 }