public WebDriverDownloader(Browser browser, IWebDriverHandler siginIn) : this(browser, 200, null)
 {
     SignIn = siginIn;
 }