public static Task <bool> existsAsync <T>(Option <Task <T> > self, Func <T, bool> pred) =>
 self.ExistsAsync(pred);