Hi so I want to test my provider implementation. I know you usually first create consumer tests and the contract is made from that, but my lead told us to set up Pact for the provider first. Does it make sense to pretty much use the example here, "Verifying a Provider"
https://github.com/pact-foundation/pact-net . Since we wouldn't have a contract file at this stage, I would comment that part out for now? In the example, where is the Pact contract file?