public List<Argument> matchedArguments(Step step) {
   return argumentMatcher.argumentsFrom(step.getName());
 }