func (c *RunContext) GetTags() []string {
    if c.parent != nil {
        return c.parent.GetTags()
    }