public SyncSplitStrategy(IFileChunkReader chunkReader, IChunkDataSorter sorter, IComparer <string> comparer) { _chunkReader = chunkReader; _sorter = sorter; _comparer = comparer; }