public override void Setup()
 {
     base.Setup();
     _notification = new TestNotification();
     LifetimeScopeBuilder.WithNothingRegistered();
 }
 public override void Setup()
 {
     base.Setup();
     _notification = new TestNotification();
 }