public static bool PostAll <TInput>(this ITargetBlock <TInput> target, params TInput[] items) =>
 target.PostAll((IEnumerable <TInput>)items);