/// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='token'>
 /// </param>
 /// <param name='password'>
 /// </param>
 /// <param name='newPassword'>
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <bool?> ApiAccountChangePasswordPutAsync(this IWebAPIClient operations, string token = default(string), string password = default(string), string newPassword = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.ApiAccountChangePasswordPutWithHttpMessagesAsync(token, password, newPassword, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }