The applied fix changes the program logic: ``` - if (defaultGraph.Equals(string.Empty)) continue; + if (string.IsNullOrEmpty(defaultGraph)) continue; ```