namespace PARR.TemplateActivator;
public interface IMqTemplateActivator
{
Task StartAsync();
Task StopAsync();
}