namespace Kreta.Core.Configuratiaton.Interface { public interface IApiKeyConfiguration { string ApiKey { get; } bool Enabled { get; } } }