public void FetchNextJob_GivenNullQueues_Throws() { // GIVEN WHEN THEN Assert.Throws <ArgumentNullException>(() => _elasticConnection.FetchNextJob(null, CancellationToken.None)); }