public static Task <bool> existsAsync <L, R>(EitherUnsafe <L, Task <R> > self, Func <R, bool> pred) =>
 self.ExistsAsync(pred);