namespace Win.Sfs.Shared { public interface IEnabled { bool Enabled { get; set; } } }