namespace Drab.Logic.Interfaces; public interface IOrderPdfGenerator { Task GenerateOrder(DokDto order); }