public async Task Can_List_All_FTS_Indexes()
        {
            var result = await _clusterManager.GetAllSearchIndexDefinitionsAsync(CancellationToken.None);

            Assert.IsTrue(result.Success);
        }