public void CanRetrieveCodePart() { var code = Ean13.GetCodePartFromEan13("2010004500008"); Assert.AreEqual("201000450000", code); }