public void CanCreate()
 {
     list = new StockList();
     list.Should().NotBeNull();
 }