@Override
public void setConfiguration(String key, String value, Date expire) throws AiravataAPIInvocationException {
try{
getClient().getRegistryClient().setConfiguration(key, value, expire);
}catch (Exception e){
throw new AiravataAPIInvocationException(e);
}
}