namespace System.Configuration { public interface ILiveUpdateableOptions : ILiveOptions, IUpdateableOptions where T : class { } }