public Startup()
 {
     Config = AppSettingHelper.Fetch();
     Driver = InitChromeDriver();
 }