public IEnumerable <Deductible> GetDeductibles(string productId) { return(ValidateProductId(productId) ? _repository.GetDeductibles(productId) : null); }