// Initialize the clientvar client = new CompositionClient( new CompositionConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY"));// Call the APIvar response = await client.DeleteCompositionAsync("1234");// print the responseConsole.WriteLine(response);