public bool Exists(string name) { return(PermissionMemorySet.Exists(name)); }
public bool Exists(Guid id) { return(PermissionMemorySet.Exists(id)); }