kastork
suspend fun run(specification: RunSpecification, update: (String, Double) -> Boolean = { x, _ -> println(x); true }): Int { ... }