private bool CheckIfGithubTask()
        {
            var issueId = outlookTask.GetPropertyValue(Githubissueid, OlUserPropertyType.olText, false, o => string.IsNullOrWhiteSpace(o.ToString()), false);

            return(issueId);
        }