public ICustomer GetCustomer() { ICustomer myCust = this.CreateCustomer(); myCust.AddPoints(); myCust.AddDiscount(); return(myCust); }