public Task <long> Count(CancellationToken cancellationToken = default) => _repository.Count(cancellationToken);