public Step createMatchedStep(String stepAsString, Map<String, String> namedParameters) {
   return stepCreator.createParametrisedStep(
       method, stepAsString, stripStartingWord(stepAsString), namedParameters);
 }