namespace Aegis.Domain; public readonly record struct DataStoreId(string Value) { public override string ToString() => Value; }