public void GivenIAmUsingABrowser()
 {
     if (BrowserDriver.Instance == null)
     {
         BrowserDriver.Initialise();
     }
 }