public void Should_return_list_of_properties() { Payment payment = new Payment(); StringCollection properties = payment.GetListOfProperties(); Assert.IsNotEmpty(properties); }