id = specId.incrementAndGet();
final String title = recordTitle.or(buildTitle(id, method, path));
final String specPath = storage.buildPath(recordPath, title);
recordingRequest = new RestxRequestWrapper(restxRequest) {
@Override
public InputStream getContentStream() throws IOException {
return new ByteArrayInputStream(requestBody);
}
};