Newtonsoft convert UNIX timestamp to DateTime via attribute
The source uses UNIX timestamp, but we want to map to DateTime
[JsonConverter(typeof(UnixDateTimeConverter))]
public DateTime MyDateTime;
Remember .ToLocalTime()
when working with the DateTime property