public async Task <bool> IsWatchedByUser(string symbol, int userId) { return(await watchListRepository.IsWatchedByUser(symbol, userId)); }