public QuickReplyController(ApplicationSettings appSettings, ICaseMgmtService caseMgmtService,
                             TicketSysUserMgmtService jiraUserMgmtService,
                             IFbApiClientService fbApiClientService, CompanyService companyService, BotService botService, OneTimeNotificationService oneTimeNotifService)
 {
     _appSettings         = appSettings;
     _caseMgmtService     = caseMgmtService;
     _jiraUserMgmtService = jiraUserMgmtService;
     _fbApiClientService  = fbApiClientService;
     _companyService      = companyService;
     _botService          = botService;
     _oneTimeNotifService = oneTimeNotifService;
 }
 public NotificationController(OneTimeNotificationService oneTimeNotifService)
 {
     _oneTimeNotifService = oneTimeNotifService;
 }