public async Task <TestRunResponse> DeleteTestRunAsync(string code, int id) { return(await _api.DeleteTestRun(_api_token, code, id)); }