public IActionResult Remove(int id)
        {
            PTMKernelService.RemoveTestSuite(id);

            return(Ok());
        }