Ping This example assumes using Luma; is in scope and apiKey contains your Luma API key. 1 2 3using var client = new LumaClient(apiKey); PingResponse response = await client.Ping.PingAsync();