I am getting the following warning:

"Warning CS0618 'Symbol.implicit operator string(Symbol)' is obsolete: 'Symbol implicit operator to string is provided for algorithm use"

when I am concatenating OptionContract.Symbol with a string (for logging).

How do I fix it?