public void Arguments()
 {
     Assert.Throws <ArgumentNullException>(() => instance.ConstructParsers(null));
 }