public void Then_ProviderRepository_GetProvidersWithFundingAsync_Is_Not_Called() { _providerRepository .DidNotReceive() .GetProvidersWithFundingAsync(); }