public BrandCreateHandler(IBrandRepo repo, BrandNameUniqueSpecification unique) { this.repo = repo; this.unique = unique; }