public ICustomer GetCustomer() { ICustomer objCustomer = this.CreateCustomer(); objCustomer.AddPoints(); objCustomer.AddDiscounts(); return(objCustomer); }