namespace Aucma.Core.Scanner { public interface IScannerService { Task StartScannerAsync(); } }