Verification expectation = new VerificationSerializer().deserialize(requestBytes);
// then
assertEquals(new VerificationDTO()
.setHttpRequest(new HttpRequestDTO(request().withMethod("GET").withPath("somepath")))
.setTimes(new VerificationTimesDTO(VerificationTimes.exactly(2)))
.buildObject(), expectation);
}