public async Task <ActionResult> StopTable(Guid tableId)
        {
            await runnerService_.Stop(tableId);

            return(Ok());
        }