public async Task <AttachmentsResponse> GetAllAttachmentsAsync(string code, BaseFilter filterTestRunResult) { return(await _api.GetAllAttachments(_api_token, code, filterTestRunResult.limit, filterTestRunResult.offset)); }