namespace RhSolutions.Parsers; public interface IProductParser { public bool TryParse(string input, out string output); }