memoizr
operator inline fun <reified T : Any> String.invoke(conf: T.() -> Unit) = getTask<T>(this).apply(conf)