infix fun Pair<Module, InstanceFactory<*>>.bind(clazz: KClass<*>): Pair<Module, InstanceFactory<*>>
Add a compatible type to match for definition
fun <reified T> Pair<Module, InstanceFactory<*>>.bind(): Pair<Module, InstanceFactory<*>>
Add a compatible type to match for definition