public void ExceptionQuantityGreaterThanTheStock() { Assert.ThrowsException <NotImplementedException>(() => { _item.AddStock(35); }); }