Future<Envelope> securedRequest(Uri uri, Body body) async => await sendRequest( uri, getSecuredEnvelope(body).toXml(builder), );