public void WhenITypeInUnitPrice(string unitPrice)
 {
     productEditingPage.TypeInUnitPriceInput(unitPrice);
 }