namespace Kreta.Naplo.Configuration.Kreta { /// /// Authorization configuration section interface /// public interface IKretaNaploApiConfiguration { /// /// Gets the kreta API key. /// /// /// The kreta API key. /// string ApiKey { get; } } }