/// <inheritdoc cref="ComputeApi.CreateImageMetadataAsync" /> public Task CreateImageMetadataAsync(Identifier imageId, string key, string value, CancellationToken cancellationToken = default(CancellationToken)) { return(_computeApi.CreateImageMetadataAsync(imageId, key, value, cancellationToken)); }