protected internal override void DeserializeProperty(UnrealBinaryReader reader) { Value = new DateTime(reader.ReadInt64()); }