public Omniata(OmniataComponent omniataComponent, bool useSSL)
 {
     this.UseSSL           = useSSL;
     this.OmniataComponent = omniataComponent;
     this.EventQueue       = new Queue(omniataComponent.PersistentDataPath());
     this.Network          = new Network(omniataComponent);
 }
 public Network(OmniataComponent omniataComponent)
 {
     this.OmniataComponent = omniataComponent;
 }