public Task UpdateForumTitle(int forumId, string newTitle) { return(_forumDal.UpdateForumTitle(forumId, newTitle)); }