fun <T> findInstances(interfaceClass: Class<T>): Collection<T>
fun <reified T> findInstances(): Collection<T>