public ulong?ReadNullableUInt64()
 {
     return(ProtocolBuffersEncoding.ReadNullableUInt64(_stream));
 }