@Test
    void optionalInt_succeeds_with_missing() {
        final Response response = target("/valid/optionalInt")
                .request()
                .get();