public async Task <IEnumerable <int> > BailsIds(int accountId) { return((await _apiClient.Accounts_GetBailsAsync(accountId)).Select(b => b.Id)); }