cy
@ContextDsl fun Route.myGet(path: String, block: suspend (ApplicationCall) -> MyResponse): Route = get("/") { call.respond(block(call)) }