Consider two random variables $X,Y$. Given some metric $d(X,Y)$, the Wasserstein distance, with respect to $d$, is $$d_W(X,Y)=\inf_{\text{couplings}}\mathbb{E}(d(X,Y))$$
where the infimum is over all couplings of $X,Y$.
How does the expected value vary with respect to different couplings? That is, if $X',Y'$ are any random variables such that $X,Y$ are the marginals of the random vector $(X'Y')$ (i.e., $(X',Y')$ is a coupling of $X,Y$) isn't $\mathbb{E}(d(X',Y')=\mathbb{E}(d(X,Y))$ since $X',Y'$ have the same distributions as $X,Y$, respectively?