public static Task <bool> ExistsAsync <A>(this TryAsync <A> self, Func <A, Task <bool> > pred) => self.MapAsync(pred).IfFail(false);