コード例 #1
0
        public async Task GetByIdShouldReturnObjectWithProvidedId()
        {
            var results = await client.GetById <Account>("0010b00002PvblhAAB");

            Assert.AreEqual("0010b00002PvblhAAB", results.Id);
        }