Future<void> delete(TDao object) async => await transaction( (context) async => await context.delete(object), );