public static Task <EitherUnsafe <L, R2> > mapAsync <L, R, R2>(EitherUnsafe <L, Task <R> > self, Func <R, Task <R2> > map) =>
 self.MapAsync(map);