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));
     }
 }
 public async Task Savexcuda_ASYCUDA_ExtendedProperties(xcuda_ASYCUDA_ExtendedProperties i)
 {
     if (i == null)
     {
         return;
     }
     using (var ctx = new xcuda_ASYCUDA_ExtendedPropertiesService())
     {
         await ctx.Updatexcuda_ASYCUDA_ExtendedProperties(i).ConfigureAwait(false);
     }
 }