public static List<TOut> ConvertAll<TIn, TOut>( IEnumerable<TIn> objects, Func<TIn, TOut> converter )