using System.Threading.Tasks; public interface IPrintService { Task PrintAsync(string printerIp, PrintJob job); }