Both the Law of Total Probability and Law of Total Expectation are suspiciously similar looking:
$$E(X) = \sum_{i} E(X|A_i)P(A_i) $$
$$P(A) = \sum_{n} P(A|B_n)P(B_n) $$ where $B_n$ partitions the sample space.
Is one a special case of the other? Are they both just coincidentally true?
The second one is special case of the first. Just take $X=I_A$.