namespace Hcs.WebApp.BackgroundServices.CampaignManagers { public interface IManager { Task StartAsync(CancellationToken cancellationToken); } }