/// <inheritdoc cref="IUnitOfWork"/> public async Task CommitAsync(CancellationToken cancellationToken = default) { await Task.WhenAll(_sessionManager.CommitAllAsync(cancellationToken)) .ConfigureAwait(false); }