namespace Kreta.Client.Eugyintezes.Configuration { public interface IEugyintezesClientConfiguration { string BaseUrl { get; } string ApiKey { get; } bool IsUzenetekEnable { get; } int UzenetekFrequencyRate { get; } } }