pub type GenericHttpClient<C> = Client<C, Body>;
pub struct GenericHttpClient<C> { /* private fields */ }