namespace Wino.Core.Domain.Interfaces { public interface IBackgroundTaskService { /// /// Unregisters all existing background tasks. Useful for migrations. /// void UnregisterAllBackgroundTask(); } }