public void Parse(int expected, string roman)
 {
     Assert.AreEqual(expected, Roman.ParseTest(roman));
 }