namespace AmagnoVirtualPrinter.Agent.Core { public interface IAmagnoVirtualPrinterService { void Start(); void Stop(); } }