So I am getting myself reacquainted with the C# binding (I forgot everything from previous usage). I am starting by doing all of the tutorials from the site. I am beginning with the timing tutorial, but I think I am doing something wrong converting to C#. I dont see any classes, members, etc with the name Time, Clock, etc. Is this stuff not wrapped in the C# version because I should be using standard .net functionality for it, something like TimeSpan or DateTime?