public void SendNotifications(Comment comment, string memberName, string commentUrl)
        {
            var newForumCommentNotification = new NotificationsCore.Notifications.NewForumComment();

            newForumCommentNotification.SendNotification(comment, memberName, commentUrl);
        }
 public void SendNotifications(Comment comment, string memberName, string commentUrl)
 {
     var newForumCommentNotification = new NotificationsCore.Notifications.NewForumComment();
     newForumCommentNotification.SendNotification(comment, memberName, commentUrl);
 }