namespace InServiceQue.Core.Models; public interface IQueueTask { string GetTypeString(); string GetPayloadString(); }