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