public static Product MapProduct(FieldProduct drupalProduct) { return(Mapper.Map <Product>(drupalProduct)); }