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