We would like to add a method to the protocol to help statically distinguish it from other classes. One suggestion so far is ```python @property def is_dimensionless(self) -> bool: ... ```