private AstParserService astParserService;
@Override
public MockDefinition createMock(File blueprintFile, BlueprintFormat format) throws ServiceException {
final File astFile;
final AstFormat astFormat;
if (BlueprintFormat.MARKDOWN.equals(format)) {
// convert to AST first
LOGGER.info("Converting Markdown format blueprint '{}' to JSON AST", blueprintFile);