public async Task DeleteStock(Guid stockId) { await _stocksRepository.DeletePortfolioItem(stockId); }