1 2 3 4 5 6
namespace RhSolutions.Parsers; public interface IProductParser { public bool TryParse(string input, out string output); }