public List <UUID> GetOwnersByGeneric(string Type, string Key, OSDMap value)
 {
     return(GenericUtils.GetOwnersByGeneric(GD, Type, Key, value));
 }
 public List <UUID> GetOwnersByGeneric(string Type, string Key)
 {
     return(GenericUtils.GetOwnersByGeneric(GD, Type, Key));
 }