public static Option <T> ToOption <T>(this IEnumerable <T> source) { return(Alg.CappedSourceToOption(source)); }