suspend fun select(userId: String): UserEntity?
suspend fun select(userIds: List<String>): List<UserEntity>