public ITouchable Touch()
        {
            WindowExpirableDecoration dec = this.Decorated as WindowExpirableDecoration;

            dec.SetWindow(dec.StartDate, dec.EndDate.AddSeconds(this.TouchIncrementSecs));
            return(this);
        }