public void Create() { _notificationSystem.Alert("Carefully, the creation of the product began!"); Console.WriteLine("Creating ..."); _notificationSystem.Alert("The product creation is complete!"); }