public void UnWatch(UnWatchItem command) { var watchedItem = _watchedItems.FindBy(command.WatchedItemId); _watchedItems.Remove(watchedItem); }