namespace Aucma.Core.ScannerGun { public interface IScannerGunService { Task ScannerGunAsync(); } }