namespace ReC.Domain.Constants; public enum ApiKeyLocation : byte { Header = 0, Query = 1 }