namespace Connected.Notifications { public abstract class NotificationComponent { protected NotificationComponent() { } protected void Notify() { } } }