public async Task InitAsync(CancellationToken cancellationToken) { await _establishmentIndex.InitAsync(cancellationToken); await _groupIndex.InitAsync(cancellationToken); await _localAuthorityIndex.InitAsync(cancellationToken); }
public async Task InitAsync(CancellationToken cancellationToken) { await _providerIndex.InitAsync(cancellationToken); }