private void GetTable() { IMobileServiceTable <TodoItem> todoTable = MobileService.GetTable <TodoItem>(); todoTable.ToString(); }