}
@Override
public HardwareProfile listProfile(String profileId) throws DeltaCloudClientException {
try {
InputStream response = request(new ListHardwareProfileRequest(baseUrl, profileId));
return new HardwareProfileUnmarshaller().unmarshall(response, new HardwareProfile());
} catch (DeltaCloudClientException e) {
throw e;
} catch (Exception e) {
throw new DeltaCloudClientException(e);