using Inspectron.Epson.PrintServer.PrintServices; namespace Inspectron.Epson.PrintServer.ConfigurationSources; public class EpsonPrintServiceConfiguration { public string RestaurantId { get; set; } public string ApiKey { get; set; } public string? ApiUrl { get; set; } public bool EmulationMode { get; set; } }