static void TestManufacturersProduct(Manufacturer manufacturer) { var bike = manufacturer.CreateBike(); Console.WriteLine(bike.ToString()); bike.Ride(); }