Story<StoryContent>? getResolvedStory(String uuid) { final story = _resolvedStories[uuid]; return story; }