public void redirects_post_directly_to_fetch_service() { _controller.Post(_job).Wait(); _fetchService.Verify(s => s.FetchAsync(Url, DatasetName), Times.Exactly(1)); _fetchService.VerifyNoOtherCalls(); }