abstract suspend fun insert(reactionEntity: ReactionEntity): Unit
abstract suspend fun insert(reactionEntities: List<ReactionEntity>): Unit