namespace Inspectron.Epson.PrintServer.Printers.Utils; public class KitchenPrintCommand { public bool IsBig { get; set; } public bool IsBold { get; set; } public bool IsRed { get; set; } public string Text { get; set; } }