public Option <int> Execute(string userInput) { _priceRepository .AllProducts() .ForEach(p => _cli.Print(p)); return(Option <int> .None()); }