@Given("TestingInternalSteps I convert json map using RunStateKey {string}, to json string using RunStateKey {string} produces the IllegalArgumentException {string}")
    public void convertMapToJson_IllegalArgumentException(final String runStateJsonMapKey,
                                                          final String runStateJsonStringKey,
                                                          final String expectedExceptionMessageRaw) {