namespace RhSolutions.Api.Services; public interface IProductTypePredicter { public string? GetPredictedProductType(string productName); }