public System.Security.IPermission Union(System.Security.IPermission target)
 {
     throw new NotImplementedException();
 }
 public bool IsSubsetOf(System.Security.IPermission target)
 {
     throw new NotImplementedException();
 }