namespace Aucma.Core.Tasks { public interface IAucamTaskService { void AucamTaskAsync(); } }