private bool ShouldPropagateIntermediateResults(FetchState fetchState)
        {
            if (!fetchState.Context.ImageRequest.IsProgressiveRenderingEnabled)
            {
                return(false);
            }

            return(_networkFetcher.ShouldPropagate(fetchState));
        }