namespace mws.backend.dotnet.application.Audit;
public interface IHasEntityId
{
Guid EntityId { get; }
}