public ClickATellTextMessagingService(AbstractTextMessagingConfiguration config)
 {
     _user     = config.Username;
     _password = config.Password;
     _apiId    = config.ApiId;
     _sender   = config.Sender;
 }
 public ClickATellTextMessagingService(AbstractTextMessagingConfiguration config)
 {
     _user = config.Username;
     _password = config.Password;
     _apiId = config.ApiId;
     _sender = config.Sender;
 }