public void GetDealerConfiguration_dealerIdSmallerThan0_ShouldThrowException() { Assert.ThrowsAsync <ArgumentOutOfRangeException>(() => _underTest.GetDealerConfiguration(-1)); }