using RhSolutions.SkuParser.Models; namespace RhSolutions.SkuParser.Services; public class ExcelParser : ISkuParser { public Task> ParseProducts(IFormFile file) { throw new NotImplementedException(); } }