public MemoryStream DownloadMatrixContent(string server, string contentId)
 {
     return(api.MediaDownload(server, contentId));;
 }