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