public void OutputLine(StringBuilder sb, int tabCount)
        {
            sb.Append(new string('\t', tabCount)).Append("/* ").Append(Code).Append(" */").AppendComment(Comment);
            //throw new NotImplementedException($"Cannot output unimplemented {this.GetType().FullName}.");
            //Debug.WriteLine(this.GetType().FullName);