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