public static void SaveCountOfFoundJobs(this ScenarioContext scenarioContext, int foundJobs) => scenarioContext.AddOrUpdate("FoundJobs", foundJobs);