public List <IAlignedBioEntity> Generate(int count) { // Go through the list and collapse nodes that don't match our count.. _rootNode.Collapse(count); return(_rootNode.Generate(null, 1).ToList()); }