public void SaveEntityContent(string authToken, string boxId, string messageId, string entityId, string filePath) { File.WriteAllBytes(filePath, diadoc.GetEntityContent(authToken, boxId, messageId, entityId)); }