public void Check_ReturnAllData() { var result = _elasticSearch.GetAllData(); Assert.Equal(typeof(List <ElasticInputModel>), result.GetType()); }