public async Task <IActionResult> PredefinedRemove(string watchListId) { await _watchListService.RemovePredefinedAsync(watchListId); return(NoContent()); }