public HttpResponseMessage GetItemsByCategory(string category) { return(CreateResponseBuilder().WithMethod(() => _itemService.GetByPredicate(x => x.Category == category))); }