lets say I have a really simple interface :
interface Result { fun success(data : String) fun onError(e : Exception) }
I have MainActivit