public void Serialize(NetBitReader reader)
 {
     Time = new DateTime((long)reader.ReadUInt64());
 }