in src/main/scala/PressJobMessage.scala [11:13]
def toPressJob(input: String): Either[Error, PressJob] = { decode[PressJob](input) }