using AipGateway.Messaging.Models; namespace Aip.Service.Services.Interfaces; public interface IAipDbLoggingService { void Send(PayloadBase payload); }