namespace RhSolutions.Services; public interface IFittingsCalculator { public Dictionary Calculate(Dictionary products); }