you can overload `serviceProxy` so it takes an ins...
# dsl
k
you can overload
serviceProxy
so it takes an instance of
Copy code
interface Receiver<in T> {
    fun call(receiver:T)
}
where T is your dsl stuff ofcourse