Currently, a LayoutSequence is "an iterable of Layouts". This means, a LayoutSequence could eventually reference different graphs, because every layout has it's own handle on the graph it belongs to.
Instead, there should be one graph handle in the layout sequence.