String id = "test" + System.currentTimeMillis();
DeltaCloudClient client = testSetup.getClient();
Key key = client.createKey(id);
assertNotNull(key);
assertEquals(id, key.getId());
key.destroy(client);
client.listKey(key.getId());
}
/**
* checks if the client throws a {@link DeltaCloudNotFoundClientException}