pub type ReqwestClient = ClientWrapper<ReqwestRequestBuilder, Client>;
struct ReqwestClient(/* private fields */);
ClientBuilder