/// <inheritdoc />
 public override void AfterTest(ITest test)
 {
     this.scope.Dispose();
     this.scope = null;
 }
 /// <inheritdoc />
 public override void BeforeTest(ITest test)
 {
     this.scope = new SessionThreadStaticScope();
 }