public void CanConstruct()
        {
            var instance = new ShopListItemVM();

            Assert.That(instance, Is.Not.Null);
        }
 public void SetUp()
 {
     _testClass = new ShopListItemVM();
 }