public async Task KVSignNullUrl()
 {
     await AssertUtils.AssertThrowsExceptionAsync <ArgumentNullException>(async() => { await this.kv.SignAsync(null, Rand.GenerateRandomBytes(1024)); });
 }