private IDictionary <string, string> GetExtraMap(FetchState fetchState, int byteSize)
        {
            if (!fetchState.Listener.RequiresExtraMap(fetchState.Id))
            {
                return(null);
            }

            return(_networkFetcher.GetExtraMap(fetchState, byteSize));
        }