public WabDomainModel(WabCon wabCon)
 {
     whatsApp = new Whats.Waboxapp(wabCon);
 }
 public WabDomainModel(string token, string fromPhone)
 {
     whatsApp = new Whats.Waboxapp(new WabCon(token, fromPhone));
 }