public async Task GetCollateral()
        {
            var res1 = await apiClient.GetCollateral();

            Assert.NotNull(res1);
        }