using EventFlow.Core; namespace Books.Api.Domain.ApiKeys; public class ApiKeyId : Identity { public ApiKeyId(string value) : base(value) { } }