public virtual void UpdateRating(int user_id, int item_id, double rating) { throw new NotImplementedException(); }