using System.Threading.Tasks; public interface IJobStatusReporter { Task ReportStatusAsync(PrintJob job, PrintJobStatus status); }