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