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