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);
     }
 }