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