There is the `name` property in `RefVariable` class, but I can't find in TF.NET. The code in python is as below: ```python @property def name(self): """The name of this variable.""" return self._variable.name ```