public void CustomerDto_Property_Count() { var customer = new CustomerDto(); Assert.AreEqual(8, customer.GetType().GetProperties().Count()); }