static RotationalSpeed ConvertIfNeeded(RotationalSpeed rs)
 {
     return(rs.Unit == UNIT ? rs : rs.ToUnit(UNIT));
 }