private void GrowInternode(Internode internode, SimulationStateSnapshot snapshot)
 {
     CellIterator.IterateCells(internode.Cells, cell => cellGrower.GrowShootCell(cell, internode, snapshot));
 }