public PromoListTextCommandHandler(PromoListQuery list, IOptions <SlackConfig> cfg)
 {
     _list = list;
     _cfg  = cfg;
 }