internal TableGeoReplicationInfo(TableGeoReplicationStatus status, DateTimeOffset lastSyncedOn) { Status = status; LastSyncedOn = lastSyncedOn; }