private static async Task KillAllClones(AgentClient client)
 {
     await client.ClonesKill();
     await client.ClonesDelete();
 }