pub async fn info(
    host: &str,
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<InfoResponse>, Error>