jdorleans
inline fun <reified T : Any> get(v1: Any, v2: Any) = kodein.with(Pair(v1, v2)).instance<T>()