public Task <T> PostFeedItemWithAttachmentAsync <T>(ObjectFeedItemInput envelope, byte[] fileContents, string fileName)
 {
     return(_serviceHttpClient.HttpBinaryDataPostAsync <T>("chatter/feed-elements/", envelope, fileContents, "feedElementFileUpload", fileName));
 }