public void NumericUtility_ParseInt16_1()
 {
     Assert.AreEqual(123, NumericUtility.ParseInt16("123"));
 }