/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='containerId'>
 /// </param>
 /// <param name='updateLastCommunication'>
 /// </param>
 /// <param name='apiVersion'>
 /// </param>
 public static void UpdateContainerLastCommunication(this ISkpAPIv10 operations, int containerId, UpdateLastCommunication updateLastCommunication = default(UpdateLastCommunication), string apiVersion = default(string))
 {
     operations.UpdateContainerLastCommunicationAsync(containerId, updateLastCommunication, apiVersion).GetAwaiter().GetResult();
 }