public <T extends ItemBase> JobData deleteItem(T item) throws IOException, OpsException {
TypedPlatformLayerClient client = getTypedClient();
PlatformLayerKey key = item.getKey();
return client.deleteItem(key);
}
public <T extends ItemBase> JobData doAction(T item, Action action) throws OpsException, IOException {
TypedPlatformLayerClient client = getTypedClient();