public static System.IO.Stream GetImage(string imageFileId)
 {
     return(instance.GetImage(imageFileId));
 }