protected override void Deserialize(NetworkBinaryReader reader)
 {
     Timestamp = TimeSpan.FromTicks(reader.ReadInt64());
 }