Exemple #1
0
 public bool ShouldSkipStep(Step step)
 {
     return(_skipSteps.Contains(step));
 }