namespace LINGYUN.Abp { public interface IOptionsProvider where TValue: class, new() { TValue Value { get; } } }