public override async Task InsertAsync(Page entity, CancellationToken cancellationToken = default) { entity.Slug = await _slugService.NormalarAsync(entity.Slug); await base.InsertAsync(entity, cancellationToken); }