public static Task <Unit> iterAsync <L, R>(this EitherUnsafe <L, Task <R> > self, Action <R> action) =>
 self.IterAsync(action);