orangy
val gitHub = retrofit(apiUrl).options {…} class GitHub { fun repositories() : List<String> by gitHub fun user(name: String) : User by gitHub }