public void TestDeg(decimal d, decimal expected)
 {
     Assert.That(DecimalEx.NormalizeAngleDeg(d), Is.EqualTo(expected));
 }