public async Task GetListedItemsAsync(params string[] ids)
 {
     AssertCall <List <ListedItem> >(await repository.GetListedItemsAsync(ids));
 }