C# keywords as a variable

Solution 1:

string @string = "";

Solution 2:

Yes, prefix it with a @

String @goto = "";