namespace EntrustSettle.IServices { public interface IQueueService { void Push(string logTitle, string companyId, string data); } }