public HelloNSNotification()
    {
        HelloNSNotificationReceiver receiver = new HelloNSNotificationReceiver ();
        addChild (receiver);

        HelloNSNotificationSender sender = new HelloNSNotificationSender ();
        addChild (sender);
    }