public IActionResult GetLastStich(int tableId) { return(Ok(_playTableService.GetLastStich(tableId))); }