namespace mws.backend.dotnet.application.Audit; public interface IAuditContext { Guid? EntityId { get; set; } string? EntityName { get; set; } }