public ProductCategory CreateProductCategory(ProductCategory input,
                                              [Service] ICollectionsService collectionsService)
 {
     return(collectionsService.CreateProductCategory(input));
 }