public class GatewaySyncState { public Guid Id { get; set; } public DateTimeOffset? LastEncounterSyncAt { get; set; } public bool InitialSyncCompleted { get; set; } }