public async Task <IEnumerable <xcuda_ASYCUDA_ExtendedProperties> > Searchxcuda_ASYCUDA_ExtendedProperties(List <string> lst, List <string> includeLst = null)
 {
     using (var ctx = new xcuda_ASYCUDA_ExtendedPropertiesService())
     {
         return(await ctx.Getxcuda_ASYCUDA_ExtendedPropertiesByExpressionLst(lst, includeLst).ConfigureAwait(false));
     }
 }