namespace PARR.TemplateMatcher.Services.Interfaces
{
public interface IMqTemplateMatcher
Task StartAsync();
Task StopAsync();
}