public async Task GetUploadUrl() { using (var b = new TestBucket()) { var r = await b.GetUploadUrl(); Assert.IsNotNull(r.uploadUrl); } }