static void Main(string[] args) { RicksStore store = new RicksStore(); store.RunSimulator(); Console.ReadKey(); }