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