private static void DownloadStoryBranch(ushort rootChapterIndex) { List <ushort> branchChapterIndices = loadedStory.GetSubBranchChapters(rootChapterIndex); DownloadChapters(branchChapterIndices); }