namespace Barcoded { internal interface ILinearValidator { string Parse(string text, Symbology symbology); } }