public async Task DeleteAsync()
 {
     await m_ElasticClient.DeleteIndexByAliasAsync(Settings.Alias);
 }