static void Main(string[] args) { GameFactory gf = new B_InterfaceController(); Apple ad = gf.CanRunonApple(); ad.Description(); }