namespace Inspectron.Epson.PrintServer.PrintServices; public class PrinterConfiguration { public string? LogoFilename { get; set; } public int FontSize { get; set; } public string Address { get; set; } public string AreaId { get; set; } }