static void Main(string[] args) { var facade = new Facade(); facade.Operation1(); AdapterDemo.RechargeWithAdapter(); BikeShop.UpgradeBike(); }