/// <inheritdoc />
 protected override async Task <IPart> GetItem(string id, CancellationToken cancellationToken = default)
 => await m_provider.GetPartAsync(IdToInt(id), cancellationToken).ConfigureAwait(false);