<PackageReference Include="NETStandard.Library" Version="2.0.1" />

System.ComponentModel.Design.IDictionaryService

public interface IDictionaryService
namespace System.ComponentModel.Design { public interface IDictionaryService { object GetKey(object value); object GetValue(object key); void SetValue(object key, object value); } }