public function addRecipient($user_id = false, $username = false, $destination = false) {
            if (!filter_var($user_id, FILTER_VALIDATE_INT)) {
                throw new Exception("You must specify a user ID when adding a recipient to a notification");
            }