String query,
String requestBody,
Map<String, Object> requestMatchers) {
this.requestMatchers = requestMatchers;
this.consumer = new Consumer(consumerName);
this.provider = new Provider(providerName);
this.state = state;
this.description = description;
this.path = path;