namespace VirtualPrinter.Agent.Core { public interface IVirtualPrinterService { void Start(); void Stop(); } }