public TimeAnalyzer(Sorter sorter) { _sorter = sorter; }
public SwapCompareAnalyzer(Sorter sorter) { _sorter = sorter; }