public CancellingCommand(ITestCommand innerCommand, TheoryWithLimitedFailuresAttribute owner)
     : base(innerCommand)
 {
     this.owner = owner;
 }
 public CancellingCommand(ITestCommand innerCommand, TheoryWithLimitedFailuresAttribute owner)
     : base(innerCommand)
 {
     this.owner = owner;
 }