pub async fn get_cron_job_by_id( client: &WasmerClient, cron_job_id: impl Into<String>, ) -> Result<CronJob, Error>