static Server()
 {
     Internal = NativeObjectProxyFactory.CreateInstance <ServerInternal>();
 }
 public override void Dispose()
 {
     ClientInternal?.Dispose(ApiEx.Client);
     ServerInternal?.Dispose();
     base.Dispose();
 }