We're using GetFeed to sync ExceptionEvents to a data warehouse. We use includeDismissedEvents and includeInvalidated to make sure we properly pick up on Exceptions that are no longer valid and we can mark them as such to ensure integrity between MyGeotab and our warehouse. We just noticed a case where a new rule was created and the old rule was deleted, and all the previous exceptions from the deleted rule are still there with ExceptionEventStateValidId. Is it expected that with these flags both set to true, Geotab does not send us deleted exceptions that stem from a rule deletion? How can we keep sync for such cases?