public void BeforeEach()
 {
     this.utility = this.GetBrowserUtility();
 }
 public void AfterEach()
 {
     this.utility = null;
 }