Make Content::bodyAsMessage() also const-correct
With that all Content API should correctly propagate const-ness (which matters as we have harmless-looking getter API here that can mutate non-const objects).
With that all Content API should correctly propagate const-ness (which matters as we have harmless-looking getter API here that can mutate non-const objects).