public void SortElements() { stopwatch.Start(); sortStrategy.SortElements(ref elementList); stopwatch.Stop(); }