namespace Kreta.Core.Configuratiaton.Interface { public interface IKozpontiKretaConfiguration { string KtrUrl { get; } string KgrUrl { get; } string ApiKey { get; } } }