Future<void> deleteById(TPrimaryKey id) async => await transaction( (context) async => await context.deleteId<TPrimaryKey>(bean, id));