namespace Kreta.Client.SzirApi.Configuration { public interface ISzirApiClientConfiguration { string ApiUrl { get; } string ApiKey { get; } } }