namespace InnovEnergy.Lib.Logging; public readonly record struct LogMessage ( String Message, HashSet Tags, Dictionary Properties );