protected Decorator(phoneInterface phone) { tmp_phone = phone; }
public redColor(phoneInterface phone) : base(phone) { this.name = "Red Phone"; this.cost = 5; }