public async Task <TestRunResultResponse> DeleteTestRunResultAsync(string code, int run_id, string hash) { return(await _api.DeleteTestRunResult(_api_token, code, run_id, hash)); }