using System; interface IPubs { void Subs(); bool IfSubs { get; set; } }