public DeleteNewsForumTopicHandler(HandlerContext <DeleteNewsForumTopicHandler> context,
                                    IPBApiHelper ipbApiHelper) : base(context)
 {
     _ipbApiHelper = ipbApiHelper;
 }
 public CreateOrUpdateNewsForumTopicHandler(HandlerContext <CreateOrUpdateNewsForumTopicHandler> context,
                                            IPBApiHelper ipbApiHelper) : base(context)
 {
     _ipbApiHelper = ipbApiHelper;
 }