namespace QuantEngine.Application.Interfaces; public interface IRuntimeAuditTrailService { void Append(string category, string key, T payload); }