public void Can_browse_deposits()
        {
            var result = _depositManager.BrowseAsync(new GetDeposits());

            result.Result.Items.Should().HaveCount(1);
        }