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