def getInputValue(inputName) {
  return quoteProcessor.getHelper().getRoot().getInputByName(inputName)?.value
}