public async Task <TeamsResponse> GetAllTeamsAsync(string code, BaseFilter filterTestRunResult) { return(await _api.GetAllTeams(_api_token, code, filterTestRunResult.limit, filterTestRunResult.offset)); }