namespace BITKit { public interface IEnableRequest { bool Enable { get; set; } object Sender { get; set; } } }