package be.simplenotes.persistance.transactions interface TransactionService { fun use(block: () -> T): T }