namespace PARR.API.Services.Interfaces { public interface IMqGeneratorTemplateService { bool SendMsg(string msg); } }