using System.Collections.Generic; using System.Threading.Tasks; using Plugins.Countly.Helpers; namespace Plugins.Countly.Services { public interface IRemoteConfigCountlyService { Dictionary Configs { get; } Task InitConfig(); } }