I am getting the error
mcs -out:main.exe main.cs
main.cs(30,32): error CS1525: Unexpected symbol `}'
main.cs(30,35): warning CS0642: Possible mistaken empty statement
main.cs(33,32): error CS1525: Unexpected symbol `}'
Compilation failed: 2 error(s), 1 warnings
compiler exit status 1
...