The partition key would be specified using `.WithPartitionKey()`, e.g. ```C# var blogs = context.Blogs.WithPartitionKey("10").ToList(); ```
The partition key would be specified using
.WithPartitionKey(), e.g.