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