pub async fn run_version_check( min_version: i32, max_version: i32, state: &State, ) -> Result<bool, Error>