public async Task GetNullPartitionKey()
 => await Client.GetAsync(partitionKey : null, rowKey : Guid.NewGuid().ToString());