/// <inheritdoc/>
 public virtual Task <T> AddAsync(T entity, CancellationToken cancellationToken) => repository.AddAsync(entity, cancellationToken);