namespace PARR.NextRun
{
public interface INextRunRabbitService
Task StartAsync();
Task StopAsync();
}