using PARR.Constants; namespace PARR.EsppSync { public interface IEsppObject { public string TemplateName { get; set; } public RobotsEnum Robot { get; } } }