Currently ```julia using ModelingToolkit @variables t X(t) Symbol(X) ``` returns `Symbol("X(t)")`. it feels that the most likely desired output is simply `:X`. Would it make sense to modify so that this is the case?