pub fn construct_event_path_and_query( since: Option<u64>, limit: Option<u64>, events: impl AsRef<[EventType]>, ) -> Result<String, Error>