namespace SukiUI.Controls { public interface IPropertyViewModel : IPropertyViewModel { new T Value { get; set; } } }