namespace Drab.Logic.Interfaces; public interface IPrintService { Task PrintPdf(PrintDocumentRequest request); }