protected override async Task InitializeCoreAsync(CancellationToken cancellationToken) { _iconCache = await GraphIconCache.CreateAsync(_serviceProvider); }
protected override async Task InitializeCoreAsync(CancellationToken cancellationToken) { _aggregateSnapshotProvider.SnapshotChanged += OnSnapshotChanged; _iconCache = await GraphIconCache.CreateAsync(_serviceProvider); }