The problem with your code is you define a method inside your main. You are not allowed to define a method inside another method's body.
So rather then defining "GetUnicode" inside main.Move...