public IEnumerable <RatedProduct> GetSubstitutes(string id) { // TODO change to add mapping return(_ProductsManager.GetSubstitutes(id)); }