public void CreateExpiredJob_GivenNullJob_Throws() { // GIVEN WHEN THEN Assert.Throws <ArgumentNullException>(() => _elasticConnection.CreateExpiredJob(null, new Dictionary <string, string>(), new DateTime(), new TimeSpan())); }