public static Task <Unit> iterAsync <T>(Option <Task <T> > self, Action <T> action) =>
 self.IterAsync(action);