Repository:
fun interface AllUsersQueryCallback{ fun getAllUsers(allUsers: LiveData>) } private const val TAG = "SearchRepos