using Microsoft.Extensions.Options; namespace System.Configuration { public interface ILiveOptions : IOptions where T : class { } }