public string CloseTag() { switch (type) { case Type.Wait: return(""); case Type.Emotion: return(emotion.CloseTag()); default: return(""); } }