namespace Inspectron.Epson.PrintServer.Printers.Utils; public interface IReceiptConverterFactory { IReceiptConverter Create(int receiptType, int lineWidth, int bigFontLineWidth); }