abstract interface class IDatabaseRepository { /// Runs the [action] in a transaction Future txn(Future Function() action); }