unsubscribeFromNotificationChannel: function (channelName) {
        var user = Meteor.user();
        if (!user) {
            throw new Meteor.Error("Login required");
        }