private static TextAttachment GetHtmlAttachment(UriDataAttachment vstsAttachment)
        {
            var sb = GetFileAsString(vstsAttachment);

            return(Attachment.CreateHtmlAttachment(vstsAttachment.Description, sb.ToString()));
        }