pub fn _get_client() -> Result<&'static Client, Error>
Get a reference to the client, if a connection has been made. Returns Err(Error::NotConnected) otherwise.
Err(Error::NotConnected)