=> this.products = new ProductsService(this.Data, this.Mapper);
 get => string.IsNullOrWhiteSpace(this.PatternAction) ? _pattern : $"{_pattern}/{PatternAction}";