/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='containerId'>
 /// </param>
 /// <param name='storeContainerHardwareInformation'>
 /// </param>
 /// <param name='apiVersion'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task StoreContainerHardwareInformationMethodAsync(this ISkpAPIv10 operations, int containerId, StoreContainerHardwareInformation storeContainerHardwareInformation = default(StoreContainerHardwareInformation), string apiVersion = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.StoreContainerHardwareInformationMethodWithHttpMessagesAsync(containerId, storeContainerHardwareInformation, apiVersion, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='containerId'>
 /// </param>
 /// <param name='storeContainerHardwareInformation'>
 /// </param>
 /// <param name='apiVersion'>
 /// </param>
 public static void StoreContainerHardwareInformationMethod(this ISkpAPIv10 operations, int containerId, StoreContainerHardwareInformation storeContainerHardwareInformation = default(StoreContainerHardwareInformation), string apiVersion = default(string))
 {
     operations.StoreContainerHardwareInformationMethodAsync(containerId, storeContainerHardwareInformation, apiVersion).GetAwaiter().GetResult();
 }