protected Decorator(Girl girl) { this.girl = girl; }
public ActionTalk(Girl girl) : base(girl) { }
public ActionDraw(Girl girl) : base(girl) { }