public static Task <bool> exists <T>(TryOptionAsync <T> self, Func <T, bool> pred) =>
 self.Exists(pred);