/// <summary> /// Notifies the aggregated observer. /// </summary> private void NotifyObserver() { _observer.Update(_totalBytesProcessed); }