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