public async Task IM72Ex9Document(string fileName)
 {
     using (var ctx = new AsycudaDocumentClient())
     {
         ctx.IM72Ex9Document(fileName);
     }
 }