public ElasticTests()
 {
     service = new ElasticServiceImpl <ElasticFileInfo>(SettingsUtils.GetConnectionString("ElasticSearchEngine"), "test_index");
 }