public static TryOptionAsync <T> filter <T>(TryOptionAsync <T> self, Func <T, bool> pred) =>
 self.Filter(pred);