public static TryAsync <T> divide <NUM, T>(TryAsync <T> lhs, TryAsync <T> rhs) where NUM : struct, Num <T> => lhs.Divide <NUM, T>(rhs);