pub type Client<H = Client> = Client<DeepSeekExt, H>;
pub struct Client<H = Client> { /* private fields */ }