public function onPostRemove(OW_Event $e)
 {
     $params = $e->getParams();
     $this->service->deleteActivity($params['questionId'], QUESTIONS_BOL_FeedService::ACTIVITY_POST, $params['id']);
 }