// Initialize the clientvar client = new SearchClient(new SearchConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY"));// Call the APIvar response = await client.SearchSynonymsAsync("<YOUR_INDEX_NAME>");// print the responseConsole.WriteLine(response);