Example #1
0
 /// <inheritdoc />
 protected override async Task <IModel> GetItem(string id, CancellationToken cancellationToken = default)
 => await m_provider.GetModelAsync(IdToInt(id), cancellationToken).ConfigureAwait(false);