public LazyStrategySelector(LazyEnumerable <IStrategy <TImportItem> > strategies)
 {
     Strategies = strategies.ThrowIfNull().ToList();
 }