public void ToValue(UrgencyHint hint, int value)
 {
     Assert.Equal(value, hint.ToValue());
 }