Declare & Stub a mock in Koin container for given type and scope
fun <T : Any> Scope.declareMock(qualifier: Qualifier? = null, secondaryTypes: List<KClass<*>> = emptyList(), stubbing: StubFunction<T> = {}): T