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