/// <summary>
 /// Creates a <see cref="ModelReference"/> for a model within this dataset.
 /// </summary>
 /// <param name="modelId">The model ID. Must not be null.</param>
 /// <returns>A <see cref="ModelReference"/> representing the requested model.</returns>
 public ModelReference GetModelReference(string modelId) => _client.GetModelReference(Reference.ProjectId, Reference.DatasetId, modelId);