using System.Collections; namespace MECF.Framework.Common.IOCore; public interface IIoDataCache: IDictionary { string ProviderName { get; } }