1
suspend fun {{ method_name }}({{ params }}) = withContext(Dispatchers.IO) { inner.{{ method_name }}({{ args }}) }