fpactWith(
    { consumer: 'MyConsumer', provider: 'NoProvider' },
    (provider: Pact) => {
      beforeEach(() => provider.addInteraction(postValidRequest));