public void GetServerHealth() { var client = new ElasticsearchClient(); var result = client.CatHealth(param => param.V(true)); Assert.IsNotNull(result); }