abstract suspend fun select(id: String): QueryChannelsEntity?
abstract suspend fun select(ids: List<String>): List<QueryChannelsEntity>