/*** CONSTRUCTOR ***/


        public IssueNotification(int issueId, string notificationUsername)
            : this(DefaultValues.GetIssueNotificationIdMinValue(), issueId, notificationUsername, String.Empty, String.Empty)
        {
        }