/// <summary>
 /// Executes Extension
 /// </summary>
 protected override void WhenIRun()
 {
     _actual = Extended.TotalCount();
 }