namespace Inspectron.Epson.PrintServer.PrintServices; public interface IAssignedPrinterRepository { string? GetAssignedPrinter(string workAreaId); }