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