public JabberService(XmppServer xmppServer)
 {
     _xmppServer = xmppServer;
     _reverseJabberServiceClient = new ReverseJabberServiceClient();
 }