appExecutors.mainThread.execute {
                unit?.let { callback.onLoaded(it) } ?: callback.onDataNotAvailable()
            }