namespace Kreta.User.WebApi.Infrastructure { interface IApiKeyConfiguration { string ApiKey { get; } } }