/// <summary>
 /// Execution the Sut
 /// </summary>
 protected override void WhenIRun()
 {
     _actual = Extended.NonViolentCount();
 }